home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / Recent1 / AmIRCURLShow.readme < prev    next >
Text File  |  1997-03-20  |  2KB  |  68 lines

  1. Short:    ARexx URLShow script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.05
  5. Type:     comm/tcp
  6. Replaces: comm/tcp/AmIRCURLShow.lha
  7.  
  8. Installation:
  9. --------------
  10. Copy URLShow.amirx to amirc/rexx directory
  11. Copy URLShow.dat to the same directory and edit the datpath
  12. variable in the script to reflect the correct path.
  13.  
  14. Install an alias in AmIRC by selecting setup menu
  15. then lists.  Under Alias tab, select add new alias.
  16.  
  17. Then in edit window type the alias you would like
  18. to use.
  19.  
  20. i.e. URLShow = /rx URLShow.amirx %p
  21.  
  22. NOTE:
  23. ------
  24. Without limiting the search capabilities of this script
  25. to EXACT names, I won't be able to remedy the problem
  26. of other sites taking search hits. See the version note
  27. at the bottom of this file for an example.
  28.  
  29. Usage:
  30. --------------
  31. Using above example, you would type
  32.  
  33. /urlshow awd (result will be shown to you)
  34.  
  35. /urlshow newlook SAY (result will be shown to the current channel)
  36.  
  37. /urlshow blahsite show newlook (newlook will see the results via notice)
  38.  
  39. /urlshow add sitename - http://www.somewhere.com (will append the site to the list)
  40.  
  41. /urlshow list (will show you the current list)
  42.  
  43. Version 1.01 3.3.97
  44. --------------------
  45. Added Support for a LIST option and
  46. added a command template to the help.
  47.  
  48. Version 1.02 3.3.97
  49. --------------------
  50. Corrected a bug when testing for text.
  51. Corrected problem with saving site, some
  52. sites are case sensitive. Suggested by Xcal
  53.  
  54. Version 1.03 4.3.97
  55. --------------------
  56. Correct problem when parsing the list. A
  57. search for AT would result in a hit to
  58. umueller - http://www.lysator.lie.se/
  59. note the 'AT' in lysator. Bug reported by SimD
  60.  
  61. Version 1.04 4.3.97
  62. --------------------
  63. Prettied up the display of information to the user
  64.  
  65. Version 1.05 4.3.97
  66. --------------------
  67. Cleaned up the code.
  68.